home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TVIEWFORM / TVIEWFORM.txt
Text File  |  2005-03-06  |  2KB  |  102 lines

  1. object ViewForm: TViewForm
  2.   Left = 199
  3.   Top = 222
  4.   BorderStyle = bsDialog
  5.   Caption = 'View'
  6.   ClientHeight = 120
  7.   ClientWidth = 321
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object UsingGroup: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 225
  23.     Height = 105
  24.     Caption = ' Using '
  25.     TabOrder = 0
  26.     object Browse: TSpeedButton
  27.       Left = 192
  28.       Top = 70
  29.       Width = 25
  30.       Height = 21
  31.       OnClick = BrowseClick
  32.     end
  33.     object AssocRadio: TRadioButton
  34.       Left = 8
  35.       Top = 24
  36.       Width = 209
  37.       Height = 17
  38.       Caption = '&Associated program'
  39.       TabOrder = 0
  40.     end
  41.     object InternalRadio: TRadioButton
  42.       Left = 8
  43.       Top = 48
  44.       Width = 209
  45.       Height = 17
  46.       Caption = '&Internal Text/Image viewer'
  47.       TabOrder = 1
  48.     end
  49.     object ViewerRadio: TRadioButton
  50.       Left = 8
  51.       Top = 72
  52.       Width = 60
  53.       Height = 17
  54.       Caption = '&Viewer: '
  55.       TabOrder = 2
  56.     end
  57.     object ViewerPath: TEdit
  58.       Left = 72
  59.       Top = 70
  60.       Width = 113
  61.       Height = 21
  62.       TabOrder = 3
  63.       Text = 'ViewerPath'
  64.       OnChange = ViewerPathChange
  65.     end
  66.   end
  67.   object ViewButt: TButton
  68.     Left = 240
  69.     Top = 8
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'View'
  73.     Default = True
  74.     TabOrder = 1
  75.     OnClick = ViewButtClick
  76.   end
  77.   object CancelButt: TButton
  78.     Left = 240
  79.     Top = 40
  80.     Width = 75
  81.     Height = 25
  82.     Caption = '&Cancel'
  83.     TabOrder = 2
  84.     OnClick = CancelButtClick
  85.   end
  86.   object HelpButt: TButton
  87.     Left = 240
  88.     Top = 72
  89.     Width = 75
  90.     Height = 25
  91.     Caption = '&Help'
  92.     TabOrder = 3
  93.     OnClick = HelpButtClick
  94.   end
  95.   object OpenDialog: TOpenDialog
  96.     Filter = 'Programs|*.exe;*.com'
  97.     Title = 'Browse'
  98.     Left = 194
  99.     Top = 23
  100.   end
  101. end
  102.